Firebug 1.4 is Firebug 1.3 with additions by John J. Barton, Jan Odvarko, Hans Hillen, Kevin Decker, Mike Radcliffe, Hernan Rodrφguez Colmeiro, Curtis Bartley, Mike Collins, and Templarian
Firebug 1.3 is Firebug 1.2 with additions by John J. Barton, Jan Odvarko.
Firebug 1.2 is Firebug 1.1 with additions by John J. Barton and Jan Odvarko.
Firebug 1.1 is Firebug 1.05 by Joe Hewitt with additions by John J. Barton and Max Stepanov
== Not Panel Specific ==
* Curtis Bartley's Tabs-on-top UI reordering
* Improved and simplified "natural" Activation UI, minimize to context menu, all on/off, Firebug stays put.
* Firebug remembers which pages you had opened Firebug on.
* Supports Firefox 3.5
* auto-suspend
* Adds tab switching shortcut. Currently hardcoded to ctrl + shift + pgup/pgdown
* search across all files (contribution by kpdecker)
* Accessiblity by Hans Hillen, incl. tabbing and focus identification, panels Script, DOM , CSS, Breakpoints, DOM
* (some) Testing before shipping!
* jsd.initAtStartup set false not true
* resetAllOptions on Firebug status bar context menu
== Javascript Debugging ==
* Implement breakOnNext UI for STEP_SUSPEND
* Leave the debugger controls visible if the js is stopped
* Implement stepStayOnDebuggr to keep chrome out of firebug and vice versa
* Implement dynamicURLhasBP to avoid MD5 on eval unless breakpoints are set on evals
* skipScrolling if the lines are still in view.
* search in source boxes now ignores case unless the user puts an upper case character in the search request box
* group eval and events together under path to parent file
* implement traceCalls/untraceCalls
* implement decompileEvals
== Net Panel ==
* support for STATUS_RESOLVING
* Support for custom tabs for net requests (like Headers, Params, etc.) within net panel.
* Json tab is available even for XHR entries in Console panel.
* Limit for cached responses in tabCache.
* Maximum size limit for cached responses can be specified in preferences.
* Console panel ShowXHRDisabled for FF3.5 until bugzilla 483672 is fixed.
* Search response bodies
== For Extensions ==
* All modules support Firebug.Listener
* add option extensions.firebug-tracing-service.toOSConsole for debugging tracing or early FF
* TabWatch dispatch separate from modules dispatch
* acceptContext/declineContext replaced by shouldCreateContext/shouldNotCreateContext
* function() objects default rep is next to last so function types can be trapped by supportsObject()
* DBG_ACTIVATION to focus tracing on activation issues
* DBG_SHORTCUTS to focus tracing on key binding issues
* DBG_LOCALE tracing for missing localization
== Locales ==
* No more entites, all properties
* de-DE locale update (contribution by Team erweiterungen.de, ReinekeFux, Monoman)
* it-IT locale update (contribution by l0stintranslation, gonzalopirobutirro)
* New Locale ro-RO, Romanian (contribution by alexxed)
* Locale update fr-FR (contribution by martin� and fmarcia)
* Locale update hu-HU (contribution by gLes)
* Update locale pl-PL (contribution by teo)
* ca-AD locale updated (contribution by xavivars, toniher)
* sv-SE locale update (contribution by peter3)
* da-DK locale update (contribution by AlleyKat)
* nl-NL locale update (contribution by markh)
* Update tr-TR locale (contribution by gezmen)
* New Locale es-AR (contribution by eternoendless)
* Update locale ro-RO (contribution by alexxed)
* Update zh-CN locale (contribution by lovelywcm)
* Update cs-CZ locale (contribution by lordfrikk and mik)
== Bug Fixes ==
* Issue 64: Displaying TextNodes with their content directly causes debugging headache; contribution by Hernan Colmeiro
* Issue 176: net flash tab not recognising flv files
* Issue 241: Does not reload javascript content when dynamically removed and added from page.
* Issue 260: Firebug disables Mac Standard Cmd-Tilde switching
* Issue 369: Inspect JSON data in HTTP responses (contribution by Ashish Datta)
* Issue 199: CSS priority with '!important'
* Issue 699: Inspector - Highlight Image Map Areas
* Issue 700: HTML preview for net responses
* Issue 749: Hungarian Locale
* Issue 716: Add "Inspect element" context menu element in Fx3 for button and select elements
* Issue 834: Not displayed POST variables in NET tab
* Issue 895: Firebug toolbar button should behave the same way as clicking on status bar icon.
* Issue 902: Allow adding new CSS rule
* Issue 1021: Editing of DOM properties fail
* Issue 1044: In a page with a HTML doc in an iframe, the CSS of the pagein the iframe cannot be displayed
* Issue 1113: Unresponsive when using large Data URI image replacement, contribution by 2005jimmont
* Issue 1122: can't copy or open image background from css viewer
* Issue 1143: Inspected element variables ( $1, $2 ) command-line regression (contribution by urkle0)
* Issue 1176: Firebug should preserve Suspend state across sessions (after restart)
* Issue 1184: Search across all Javascript sources, not just one. contribution by kpdecker.
* Issue 1210: 1.3b1 post message display is screwed up